Package | hl7.fhir.uv.xver |
Type | StructureMap |
Id | Id |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-cross-version/StructureMap-Spec4to3.html |
Url | http://hl7.org/fhir/StructureMap/MedicinalProductDeviceSpec4to3 |
Version | 0.1.0 |
Status | active |
Date | 2024-02-22T03:16:50+00:00 |
Name | Spec4to3 |
Title | MedicinalProductDeviceSpec Transforms: R4 to R3 |
Experimental | False |
Realm | uv |
Authority | hl7 |
Description | MedicinalProductDeviceSpecTransformsR4toR3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
/// url = 'http://hl7.org/fhir/StructureMap/MedicinalProductDeviceSpec4to3' /// name = 'Spec4to3' /// title = 'MedicinalProductDeviceSpec Transforms: R4 to R3' /// status = 'active' uses "http://hl7.org/fhir/4.0/MedicinalProductDeviceSpec" alias MedicinalProductDeviceSpec as source uses "http://hl7.org/fhir/3.0/MedicinalProductDeviceSpec" alias MedicinalProductDeviceSpecR3 as target imports "http://hl7.org/fhir/StructureMap/*4to3" group MedicinalProductDeviceSpec(source src : MedicinalProductDeviceSpecR3, target tgt : MedicinalProductDeviceSpec) extends DomainResource <<type+>> { src.identifier -> tgt.identifier; src.type -> tgt.type; src.tradeName -> tgt.tradeName; src.quantity -> tgt.quantity; src.listingNumber -> tgt.listingNumber; src.modelNumber -> tgt.modelNumber; src.sterilityIndicator -> tgt.sterilityIndicator; src.sterilisationRequirement -> tgt.sterilisationRequirement; src.usage -> tgt.usage; src.nomenclature -> tgt.nomenclature; src.shelfLife -> tgt.shelfLife; src.physicalCharacteristics -> tgt.physicalCharacteristics; src.otherCharacteristics -> tgt.otherCharacteristics; src.batchIdentifier -> tgt.batchIdentifier; src.manufacturer -> tgt.manufacturer; src.material as s -> tgt.material as t then MedicinalProductDeviceSpecMaterial(s, t); } group MedicinalProductDeviceSpecMaterial(source src, target tgt) extends BackboneElement { src.substance -> tgt.substance; src.alternate -> tgt.alternate; src.allergenicIndicator -> tgt.allergenicIndicator; }
{
"resourceType" : "StructureMap",
"id" : "Spec4to3",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><pre class=\"fml\">\r\n<span style=\"color: #cc00cc\">/// <b>url</b> = </span><span style=\"color: blue\">'http://hl7.org/fhir/StructureMap/MedicinalProductDeviceSpec4to3'</span>\r\n<span style=\"color: #cc00cc\">/// <b>name</b> = </span><span style=\"color: blue\">'Spec4to3'</span>\r\n<span style=\"color: #cc00cc\">/// <b>title</b> = </span><span style=\"color: blue\">'MedicinalProductDeviceSpec Transforms: R4 to R3'</span>\r\n<span style=\"color: #cc00cc\">/// <b>status</b> = </span><span style=\"color: blue\">'active'</span>\r\n\r\n<b>uses</b><span style=\"color: navy\"> "</span>http://hl7.org/fhir/4.0/MedicinalProductDeviceSpec<span style=\"color: navy\">" </span><b>alias </b>MedicinalProductDeviceSpec <b>as </b><b>source</b>\r\n<b>uses</b><span style=\"color: navy\"> "</span>http://hl7.org/fhir/3.0/MedicinalProductDeviceSpec<span style=\"color: navy\">" </span><b>alias </b>MedicinalProductDeviceSpecR3 <b>as </b><b>target</b>\r\n\r\n<b>imports</b><span style=\"color: navy\"> "</span>http://hl7.org/fhir/StructureMap/*4to3<span style=\"color: navy\">"\r\n</span>\r\n<b>group </b>MedicinalProductDeviceSpec<span style=\"color: navy\">(</span><b>source</b> <span style=\"color: maroon\">src</span><span style=\"color: navy\"> : </span>MedicinalProductDeviceSpecR3, <b>target</b> <span style=\"color: maroon\">tgt</span><span style=\"color: navy\"> : </span>MedicinalProductDeviceSpec<span style=\"color: navy\">)</span><b> extends </b>DomainResource<b> <<type+>></b><span style=\"color: navy\"> {\r\n</span> src.identifier<span style=\"color: navy\"><b> -> </b></span>tgt.identifier<span style=\"color: navy\">;</span>\r\n src.type<span style=\"color: navy\"><b> -> </b></span>tgt.type<span style=\"color: navy\">;</span>\r\n src.tradeName<span style=\"color: navy\"><b> -> </b></span>tgt.tradeName<span style=\"color: navy\">;</span>\r\n src.quantity<span style=\"color: navy\"><b> -> </b></span>tgt.quantity<span style=\"color: navy\">;</span>\r\n src.listingNumber<span style=\"color: navy\"><b> -> </b></span>tgt.listingNumber<span style=\"color: navy\">;</span>\r\n src.modelNumber<span style=\"color: navy\"><b> -> </b></span>tgt.modelNumber<span style=\"color: navy\">;</span>\r\n src.sterilityIndicator<span style=\"color: navy\"><b> -> </b></span>tgt.sterilityIndicator<span style=\"color: navy\">;</span>\r\n src.sterilisationRequirement<span style=\"color: navy\"><b> -> </b></span>tgt.sterilisationRequirement<span style=\"color: navy\">;</span>\r\n src.usage<span style=\"color: navy\"><b> -> </b></span>tgt.usage<span style=\"color: navy\">;</span>\r\n src.nomenclature<span style=\"color: navy\"><b> -> </b></span>tgt.nomenclature<span style=\"color: navy\">;</span>\r\n src.shelfLife<span style=\"color: navy\"><b> -> </b></span>tgt.shelfLife<span style=\"color: navy\">;</span>\r\n src.physicalCharacteristics<span style=\"color: navy\"><b> -> </b></span>tgt.physicalCharacteristics<span style=\"color: navy\">;</span>\r\n src.otherCharacteristics<span style=\"color: navy\"><b> -> </b></span>tgt.otherCharacteristics<span style=\"color: navy\">;</span>\r\n src.batchIdentifier<span style=\"color: navy\"><b> -> </b></span>tgt.batchIdentifier<span style=\"color: navy\">;</span>\r\n src.manufacturer<span style=\"color: navy\"><b> -> </b></span>tgt.manufacturer<span style=\"color: navy\">;</span>\r\n src.material<b> as </b><span style=\"color: maroon\">s</span><span style=\"color: navy\"><b> -> </b></span>tgt.material<b> as </b><span style=\"color: maroon\">t</span><b> then </b>MedicinalProductDeviceSpecMaterial<span style=\"color: navy\">(</span><span style=\"color: maroon\">s</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">t</span><span style=\"color: navy\">)</span><span style=\"color: navy\">;</span>\r\n<span style=\"color: navy\">}\r\n\r\n</span><b>group </b>MedicinalProductDeviceSpecMaterial<span style=\"color: navy\">(</span><b>source</b> <span style=\"color: maroon\">src</span>, <b>target</b> <span style=\"color: maroon\">tgt</span><span style=\"color: navy\">)</span><b> extends </b>BackboneElement<span style=\"color: navy\"> {\r\n</span> src.substance<span style=\"color: navy\"><b> -> </b></span>tgt.substance<span style=\"color: navy\">;</span>\r\n src.alternate<span style=\"color: navy\"><b> -> </b></span>tgt.alternate<span style=\"color: navy\">;</span>\r\n src.allergenicIndicator<span style=\"color: navy\"><b> -> </b></span>tgt.allergenicIndicator<span style=\"color: navy\">;</span>\r\n<span style=\"color: navy\">}\r\n\r\n</span></pre></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "draft",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureMap/MedicinalProductDeviceSpec4to3",
"version" : "0.1.0",
"name" : "Spec4to3",
"title" : "MedicinalProductDeviceSpec Transforms: R4 to R3",
"status" : "active",
"date" : "2024-02-22T03:16:50+00:00",
"publisher" : "HL7 International / FHIR Infrastructure",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description" : "MedicinalProductDeviceSpecTransformsR4toR3",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"structure" : [
{
"url" : "http://hl7.org/fhir/4.0/MedicinalProductDeviceSpec",
"mode" : "source",
"alias" : "MedicinalProductDeviceSpec"
},
{
"url" : "http://hl7.org/fhir/3.0/MedicinalProductDeviceSpec",
"mode" : "target",
"alias" : "MedicinalProductDeviceSpecR3"
}
],
"import" : [
"http://hl7.org/fhir/StructureMap/*4to3"
],
"group" : [
{
"name" : "MedicinalProductDeviceSpec",
"extends" : "DomainResource",
"typeMode" : "type-and-types",
"input" : [
{
"name" : "src",
"type" : "MedicinalProductDeviceSpecR3",
"mode" : "source"
},
{
"name" : "tgt",
"type" : "MedicinalProductDeviceSpec",
"mode" : "target"
}
],
"rule" : [
{
"name" : "identifier",
"source" : [
{
"context" : "src",
"element" : "identifier",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "identifier",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "type",
"source" : [
{
"context" : "src",
"element" : "type",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "type",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "tradeName",
"source" : [
{
"context" : "src",
"element" : "tradeName",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "tradeName",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "quantity",
"source" : [
{
"context" : "src",
"element" : "quantity",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "quantity",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "listingNumber",
"source" : [
{
"context" : "src",
"element" : "listingNumber",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "listingNumber",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "modelNumber",
"source" : [
{
"context" : "src",
"element" : "modelNumber",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "modelNumber",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "sterilityIndicator",
"source" : [
{
"context" : "src",
"element" : "sterilityIndicator",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "sterilityIndicator",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "sterilisationRequirement",
"source" : [
{
"context" : "src",
"element" : "sterilisationRequirement",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "sterilisationRequirement",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "usage",
"source" : [
{
"context" : "src",
"element" : "usage",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "usage",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "nomenclature",
"source" : [
{
"context" : "src",
"element" : "nomenclature",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "nomenclature",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "shelfLife",
"source" : [
{
"context" : "src",
"element" : "shelfLife",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "shelfLife",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "physicalCharacteristics",
"source" : [
{
"context" : "src",
"element" : "physicalCharacteristics",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "physicalCharacteristics",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "otherCharacteristics",
"source" : [
{
"context" : "src",
"element" : "otherCharacteristics",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "otherCharacteristics",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "batchIdentifier",
"source" : [
{
"context" : "src",
"element" : "batchIdentifier",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "batchIdentifier",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "manufacturer",
"source" : [
{
"context" : "src",
"element" : "manufacturer",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "manufacturer",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "material",
"source" : [
{
"context" : "src",
"element" : "material",
"variable" : "s"
}
],
"target" : [
{
"context" : "tgt",
"element" : "material",
"variable" : "t"
}
],
"dependent" : [
{
"name" : "MedicinalProductDeviceSpecMaterial",
"parameter" : [
{
"valueId" : "s"
},
{
"valueId" : "t"
}
]
}
]
}
]
},
{
"name" : "MedicinalProductDeviceSpecMaterial",
"extends" : "BackboneElement",
"input" : [
{
"name" : "src",
"mode" : "source"
},
{
"name" : "tgt",
"mode" : "target"
}
],
"rule" : [
{
"name" : "substance",
"source" : [
{
"context" : "src",
"element" : "substance",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "substance",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "alternate",
"source" : [
{
"context" : "src",
"element" : "alternate",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "alternate",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
},
{
"name" : "allergenicIndicator",
"source" : [
{
"context" : "src",
"element" : "allergenicIndicator",
"variable" : "vvv"
}
],
"target" : [
{
"context" : "tgt",
"element" : "allergenicIndicator",
"variable" : "vvv",
"transform" : "create"
}
],
"dependent" : [
{
"name" : "DefaultMappingGroupAnonymousAlias",
"parameter" : [
{
"valueId" : "vvv"
},
{
"valueId" : "vvv"
}
]
}
]
}
]
}
]
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.